string[] 和List的区别 一直对string[]和List<string>定义不怎么清楚,特地总结一下: string[]数组里面是存放string型的值,List<string>是存放 ...